home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo.
- echo ──── Running Winpack PMS with (%1) ────
- if "%1"=="" goto missing
- if "%1"=="." cd c:\bpq
- if "%1"=="." bpqcfg
- if "%1"=="." LH C:\BPQ\bpqax25 -i60 -I4 -B3f8 -h500 -s150 -t8 -p128 -T0 -cd
- if "%1"=="." LH C:\BPQ\bpqcode
- if "%1"=="." cd c:\
- :missing
- echo.
- echo ──── Now, do what you have to do......
- echo.
- :end
-